home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / ImagView / ImageWin.dfm / ImageWin.txt
Text File  |  2001-05-22  |  4KB  |  206 lines

  1. object ImageForm: TImageForm
  2.   Left = 193
  3.   Top = 107
  4.   ActiveControl = FileEdit
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Image Viewer'
  8.   ClientHeight = 315
  9.   ClientWidth = 502
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poDefaultPosOnly
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 316
  18.     Top = 5
  19.     Width = 171
  20.     Height = 121
  21.   end
  22.   object Bevel2: TBevel
  23.     Left = 317
  24.     Top = 132
  25.     Width = 170
  26.     Height = 177
  27.   end
  28.   object Label1: TLabel
  29.     Left = 325
  30.     Top = 11
  31.     Width = 147
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Preview'
  35.   end
  36.   object Label2: TLabel
  37.     Left = 324
  38.     Top = 290
  39.     Width = 93
  40.     Height = 13
  41.     Caption = 'Number of Glyphs - '
  42.   end
  43.   object DirectoryListBox1: TDirectoryListBox
  44.     Left = 8
  45.     Top = 12
  46.     Width = 148
  47.     Height = 260
  48.     FileList = FileListBox1
  49.     IntegralHeight = True
  50.     ItemHeight = 16
  51.     TabOrder = 1
  52.   end
  53.   object DriveComboBox1: TDriveComboBox
  54.     Left = 9
  55.     Top = 277
  56.     Width = 148
  57.     Height = 19
  58.     DirList = DirectoryListBox1
  59.     TabOrder = 3
  60.     TabStop = True
  61.   end
  62.   object FileEdit: TEdit
  63.     Left = 166
  64.     Top = 13
  65.     Width = 139
  66.     Height = 21
  67.     TabOrder = 0
  68.     Text = '*.bmp;*.ico;*.wmf;*.emf'
  69.     OnKeyPress = FileEditKeyPress
  70.   end
  71.   object UpDownGroup: TGroupBox
  72.     Left = 323
  73.     Top = 158
  74.     Width = 154
  75.     Height = 60
  76.     Caption = 'Up / Down'
  77.     TabOrder = 5
  78.     object SpeedButton1: TSpeedButton
  79.       Left = 116
  80.       Top = 26
  81.       Width = 25
  82.       Height = 25
  83.       AllowAllUp = True
  84.       GroupIndex = 1
  85.     end
  86.     object BitBtn1: TBitBtn
  87.       Left = 12
  88.       Top = 18
  89.       Width = 92
  90.       Height = 33
  91.       Caption = 'BitBtn1'
  92.       TabOrder = 0
  93.     end
  94.   end
  95.   object DisabledGrp: TGroupBox
  96.     Left = 323
  97.     Top = 220
  98.     Width = 154
  99.     Height = 60
  100.     Caption = 'Disabled'
  101.     TabOrder = 7
  102.     object SpeedButton2: TSpeedButton
  103.       Left = 116
  104.       Top = 25
  105.       Width = 25
  106.       Height = 25
  107.       Enabled = False
  108.     end
  109.     object BitBtn2: TBitBtn
  110.       Left = 11
  111.       Top = 18
  112.       Width = 92
  113.       Height = 33
  114.       Caption = 'BitBtn2'
  115.       Enabled = False
  116.       TabOrder = 0
  117.     end
  118.   end
  119.   object Panel1: TPanel
  120.     Left = 324
  121.     Top = 27
  122.     Width = 153
  123.     Height = 68
  124.     BevelInner = bvLowered
  125.     TabOrder = 8
  126.     object Image1: TImage
  127.       Left = 2
  128.       Top = 2
  129.       Width = 149
  130.       Height = 64
  131.       Align = alClient
  132.     end
  133.   end
  134.   object FileListBox1: TFileListBox
  135.     Left = 166
  136.     Top = 41
  137.     Width = 139
  138.     Height = 227
  139.     FileEdit = FileEdit
  140.     ItemHeight = 13
  141.     Mask = '*.bmp;*.ico;*.wmf;*.emf'
  142.     TabOrder = 2
  143.     OnClick = FileListBox1Click
  144.   end
  145.   object ViewBtn: TBitBtn
  146.     Left = 325
  147.     Top = 98
  148.     Width = 63
  149.     Height = 24
  150.     Caption = '&Full View'
  151.     TabOrder = 6
  152.     OnClick = ViewBtnClick
  153.   end
  154.   object FilterComboBox1: TFilterComboBox
  155.     Left = 166
  156.     Top = 275
  157.     Width = 140
  158.     Height = 21
  159.     FileList = FileListBox1
  160.     Filter = 
  161.       'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
  162.       '|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
  163.       ', *.emf)|*.wmf;*.emf|All files (*.*)|*.*'
  164.     TabOrder = 4
  165.     TabStop = True
  166.   end
  167.   object GlyphCheck: TCheckBox
  168.     Left = 327
  169.     Top = 137
  170.     Width = 104
  171.     Height = 17
  172.     Caption = 'View as Glyph'
  173.     TabOrder = 9
  174.     OnClick = GlyphCheckClick
  175.   end
  176.   object StretchCheck: TCheckBox
  177.     Left = 413
  178.     Top = 96
  179.     Width = 64
  180.     Height = 17
  181.     Caption = 'Stretch'
  182.     TabOrder = 11
  183.     OnClick = StretchCheckClick
  184.   end
  185.   object UpDownEdit: TEdit
  186.     Left = 439
  187.     Top = 286
  188.     Width = 24
  189.     Height = 21
  190.     TabOrder = 10
  191.     Text = '1'
  192.     OnChange = UpDownEditChange
  193.   end
  194.   object UpDown1: TUpDown
  195.     Left = 463
  196.     Top = 286
  197.     Width = 11
  198.     Height = 21
  199.     Associate = UpDownEdit
  200.     Min = 0
  201.     Position = 1
  202.     TabOrder = 12
  203.     Wrap = False
  204.   end
  205. end
  206.